home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / goal_2.swf / scripts / DefineButton2_439 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  160b  |  5 lines

  1. on(release){
  2.    _root.objHighscores.submitScore(txtName.text,_root.currentScore,{mailName:mailName.text});
  3.    this.alphaTo(0,1,"linear",0,hideFormThing);
  4. }
  5.